Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / FieldCollection<T> Class
Members


In This Topic
    FieldCollection<T> Class
    In This Topic
    Represents a collection for Field object, which is a base class.
    Syntax
    'Declaration
     
    
    Public Class FieldCollection(Of T As Field) 
       Inherits GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection(Of T)
    'Usage
     
    
    Dim instance As FieldCollection(Of T)
    Type Parameters
    T
    Inheritance Hierarchy
    See Also